home *** CD-ROM | disk | FTP | other *** search
/ Compendium Deluxe 2 / LSD and 17bit Compendium Deluxe - Volume II.iso / a / prog / misc / tds-2.04.lha / TDS / ReadMe < prev    next >
Text File  |  1994-08-31  |  2KB  |  33 lines

  1.  
  2. Twilight Development System (TDS) provides an integrated environment
  3. for writing and compiling source files like Turbo Pascal or Borland
  4. C/C++. The main program of the package is a powerful text editor
  5. called Twilight Editor (Ted) which includes an integrated project
  6. manager. This project manager simplifies and speeds up the development
  7. of programs composed of different source files (modules). With TDS
  8. it's possible to compile and link these modules into an executable
  9. file with a single command and if the compiler finds some errors, they
  10. will be reported directly by the editor. TDS doesn't provide its own
  11. compiler, but can use any compiler or assembler callable from Shell.
  12. It can interface directly with many common compilers and assemblers
  13. like DICE C, SAS C, Lattice C, Aztec C, DevPac, A68k, PCQ, HCC, GNU-C,
  14. Amiga-E, Oberon and even programs like TeX, CatComp and MakeInfo. If
  15. the compiler is not supported, it's possible to write a little
  16. interface program to convert the error messages in a format readable
  17. by the editor. The compile process will be executed concurrently using
  18. another program called Twilight Make (TMake), so the user can continue
  19. to edit the source files while the compiler is working.
  20.  
  21. To install TDS you can use the 'Installer' program from Commodore. To
  22. start the installation process simply double-click the icon called
  23. 'Install TDS' and follow the instructions. The installation script
  24. will modify your 'user-startup' to include an assignment to the
  25. directory containing the programs which will be called 'TDS:'. You
  26. have also the choice to install some example project files which will
  27. help you in building your own project files.
  28.  
  29. If you don't have the 'Installer' program, then you can manually
  30. install the software creating a directory and copying there all files.
  31. Finally add an 'assign TDS: <your directory>' to the 'user-startup'.
  32.  
  33.